home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / MUBBS V1.1.SEA / MUBBS V1.1 / help / Version Info / V1.1 MUBBS Info < prev   
Text File  |  1992-02-15  |  4KB  |  97 lines

  1.  
  2. This file contains all the text back as far as needed to get an idea of what is going on.
  3.  
  4. The latest versions of MUBBS are explained first.
  5.  
  6. ---------------------------------------------------------
  7. NOTES FOR VERSION 1.1:   2/92
  8.  
  9. Lots of little "bug" fixes in all modules. Lots of stuff I don't
  10. remember, I've been using it so I forgot what V.5 (or 1.0) lacked!
  11.  
  12. Stack is handled better, and a larger stack is used for modules.
  13. You can now set the "user timeout" time in "bbsconfig".
  14. Modems are now CHECKED and reset every 15 minutes.
  15.  
  16. Modems module: Modems are handled MUCH better, it will send a
  17. ATZ if it doesn't get the proper answer back from the modem. I
  18. had a modem that would hang for almost no reason, and wait for
  19. a ATZ before it would do anything.
  20.  
  21. There's a modems module available for HST users now, thanks to
  22. William Gladnick. HST's want to see 14 result for 9600 connect.
  23. It's really not a big change.
  24.  
  25. You can RESET the modems from the menu, you can set background
  26. for faster. You can log in as the sysop real easy.
  27.  
  28. Made the user "timeouts" work better, now it warns the user at
  29. 90 seconds from timeout and then 30 seconds from timeout. Then
  30. they get slammed dunked off!
  31.  
  32. Don't forget "C" and "S" works from LOCAL TOO!
  33.  
  34. I packed up all the latest modules and made this a more "Ready
  35. BBS" so that there's less hassle setting the BBS up.
  36.  
  37. MUBBS Tools was included too. The instructions are all now
  38. in MUBBS Tools.
  39.  
  40. File section now prints a "description" file for each file
  41. section. Zmodem ! Sped up Xmodem quite a bit too.
  42.  
  43. Haven't updated the help text much, but there is additional
  44. info for the modules I modified. (at least its more organized!)
  45.  
  46. ---------------------------------------------------------
  47.  
  48. NOTES FOR VERSION .5:   11/21/91
  49.  
  50. (I now consider V.5 to be V1.0 because it WAS a actual release)
  51.  
  52. Lots of changes, but it's ready for release to the public ! The "G" struct is set and probably won't change for quite a while. (it's safe to make a module now, if you were waiting)
  53.  
  54. Any further changes will try to be compatable with this one and it's modules. If not, new modules will be supplied where possible.
  55.  
  56. ----------------------------------------------------------
  57.  
  58. NOTES FOR VERSION .4:   10/10/91
  59.  
  60. Modules are of type "MOD1" now.
  61. It calls a "caller" module right after a modem connect, you can do anything now.
  62. Added more to the "writing MUBBS modules"
  63. Put together first release of the manual for MUBBS
  64. Made "caller" and "sendfile" modules
  65. Modules are in a seperate Resource file now
  66. Fixed some misc stuff
  67.  
  68. -----------------------------------------------------
  69.  
  70. NOTES FOR VERSION .003:   9/30/91
  71.  
  72. This has not been released to anyone except us, don't upload it anywhere !
  73.  
  74. Globals and file routines added.
  75.  
  76. 10/6/91:
  77.  
  78. It calls "menu1" as the first module. We know the menu module works, so not to worry. Just don't mess with it, make it call your modules as a test. You can rename it THEN copy it as you want. You DO have to leave the "menu1" as is of course. You should read the module instructions.
  79.  
  80. ----------------------------------------------------
  81.  
  82. NOTES FOR VERSION .002:   9/21/91
  83.  
  84. First release of MUBBS that calls modules V.002  9/21/91
  85.  
  86. OK here we go, are you ready ??????
  87.  
  88. THE CODE WORKS !!!!!!!!!!!!!
  89.  
  90. Now I can get some sleep..........
  91.  
  92. Make sure all INITs are off, get rid of those pesky CDEVs that arn't standard too.
  93.  
  94. This is real basic, I mean REAL basic. The BBS will just pick up the line, wait for carrier detect and then print the "systemstartup.txt" file. It will wait till you press "Test" to call the test module, or "L" to log off. It normally would just pass on to the first module without stopping, and it would also NOT print the startup text (the first module could do that). I did this so that while you are developing you know at least the BBS is running OK before you call a module.
  95.  
  96. -END- (far enough !)
  97.